home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
ctask22d
/
test.tc
< prev
next >
Wrap
Text File
|
1992-12-21
|
765b
|
28 lines
#
# --- Version 2.2 90-10-12 16:25 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: TEST.C
#
# "reqopt" contains required options, and shouldn't normally be changed.
# "optopt" lists optional optimization options, and may be changed.
# "model" is the memory model letter to use (all except Tiny & Huge).
# "lib" is the Turbo C library path
#
reqopt=-c -N- -a- -u -K
optopt=-d -G -O -k- -w -v -vi
lib=c:\tc\lib
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.c.obj:
tcc $(reqopt) $(optopt) -m$(model) $*.c
test.exe: test.obj ctsuptc$(model).lib $(ctlib).lib
tlink /m /l /v $(lib)\c0$(model) $*,$*,$*,ctsuptc$(model) $(ctlib) $(lib)\c$(model)
test.obj: test.c tsk.h tskconf.h